home *** CD-ROM | disk | FTP | other *** search
/ Exploring Aeronautics / NASA Exploring Aeronautics.iso / pc / source / start.dxr / 00009_open win95 installer.ls < prev    next >
Encoding:
Text File  |  1998-06-02  |  107 b   |  6 lines

  1. on mouseUp
  2.   set installerPath to the pathName & "qtsetup\qt32inst.exe"
  3.   open(installerPath)
  4.   halt()
  5. end
  6.